func github.com/refraction-networking/utls.allTrue

2 uses

	github.com/refraction-networking/utls (current package)
		u_common.go#L790: func allTrue[T any](slice []T, predicate func(i int, t *T) bool) bool {
		u_session_controller.go#L207: 			allTrue(s.uconnRef.HandshakeState.Hello.PskIdentities, func(i int, psk *PskIdentity) bool {